home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p29-32 / 00051_Script_51 < prev    next >
Text File  |  1994-07-31  |  170b  |  11 lines

  1. on exitFrame
  2.   global FastForward
  3.   if FastForward then
  4.     global PlayOn
  5.     set PlayOn = TRUE
  6.     go to the frame + 1
  7.   else
  8.     go to the frame
  9.   end if
  10. end
  11.